home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / OS / FWThread / SLODThrd.h < prev    next >
Encoding:
Text File  |  1996-09-17  |  532 b   |  19 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                SLODThrd.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //    
  8. //    Anything thread-related which might belong in the shared library.
  9. //    
  10. //========================================================================================
  11.  
  12. #ifndef _SL_ODThrd_
  13. #define _SL_ODThrd_
  14.  
  15. typedef void (*FW_ThreadProcedure) (Environment* ev, void* parameters);
  16.  
  17. #endif // _SL_ODThrd_
  18.  
  19.